Release 10.1A: OpenEdge Data Management:
SQL Reference
CALL
Invokes a stored procedure.
Syntax
proc_nameThe name of the procedure to invoke.
parameterLiteral or variable value to pass to the procedure.
ExampleThis example shows an excerpt from an ODBC application that calls a stored procedure (
order_parts) using the ODBC syntax { call procedure_name ( param ) }:
Authorization
Must have
DBAorEXECUTEprivileges.Related statements
CREATE PROCEDURE, DROP PROCEDURE
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |